home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global cdepth
- blank()
- set cdepth to the colorDepth
- set the colorDepth to 8
- sound stop 1
- set the volume of sound 1 to 255
- set the soundLevel to 5
- end
-
- on blank
- global myobj
- if not objectp(myobj) then
- set myobj to RearWindow(mnew, "s")
- end if
- if value(myobj) < 0 then
- set myobj to 0
- else
- myobj(mIndexColorToWindow, 0)
- end if
- end
-